Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the actions group with 4 updates: actions/checkout, astral-sh/setup-uv, CodSpeedHQ/action and peter-evans/create-pull-request.

Updates actions/checkout from 5 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Commits

Updates astral-sh/setup-uv from 7.1.2 to 7.1.4

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.1.4 🌈 Fix libuv closing bug on Windows

Changes

This release fixes the bug Assertion failed: !(handle->flags & UV_HANDLE_CLOSING) on Windows runners

🐛 Bug fixes

🧰 Maintenance

v7.1.3 🌈 Support act

Changes

This bug fix release adds support for https://github.com/nektos/act It was previously broken because of a too new undici version and TS transpilation target.

Compatibility with act is now automatically tested.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

Commits

Updates CodSpeedHQ/action from 4.3.3 to 4.4.1

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.4.1

Release Notes

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.4.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.4.0...v4.4.1

v4.4.0

Release Notes

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • 346a2d8 Release v4.4.1 🚀
  • c945456 feat: make use of allow-empty in the ci of this action (#158)
  • 83e606b chore: bump runner version to 4.4.1
  • daf3e64 Release v4.4.0 🚀
  • 41b649a ci: update runner version in version parsing test
  • ef58ee8 feat: accept both instrumentation and simulation for mode input
  • 867d40c feat: use --locked during cargo install for the runner
  • 27aafcf docs: recommend OpenID Connect instead of static token (#156)
  • 65af4f2 chore: bump runner version to 4.4.0 (#157)
  • 6a8e2b8 Release v4.3.4 🚀
  • Additional commits viewable in compare view

Updates peter-evans/create-pull-request from 7.0.8 to 7.0.9

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v7.0.9

⚙️ Fixes an incompatibility with the recently released actions/checkout@v6.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.8...v7.0.9

Commits
  • 84ae59a fix: compatibility with actions/checkout@v6 (#4230)
  • b4733b9 build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#4222)
  • 0edc001 build(deps-dev): bump the npm group with 2 updates (#4201)
  • 430aea0 build(deps): bump the github-actions group with 3 updates (#4200)
  • 46cdba7 build(deps-dev): bump the npm group with 3 updates (#4185)
  • b937339 build(deps): bump the github-actions group with 2 updates (#4184)
  • e9af275 ci: update dependabot config
  • d3e081a build(deps-dev): bump @​types/node from 18.19.127 to 18.19.128 (#4178)
  • 9ec683e build(deps-dev): bump @​types/node from 18.19.125 to 18.19.127 (#4165)
  • 65d8d10 build(deps-dev): bump ts-jest from 29.4.2 to 29.4.4 (#4163)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code major A major version bump labels Nov 24, 2025
@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.41%. Comparing base (b7cddf7) to head (fed8eb0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #148   +/-   ##
=======================================
  Coverage   95.41%   95.41%           
=======================================
  Files           4        4           
  Lines         109      109           
=======================================
  Hits          104      104           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 24, 2025

CodSpeed Performance Report

Merging #148 will improve performances by 16.28%

Comparing dependabot/github_actions/actions-dc381b0ea0 (fed8eb0) with main (0cd05a8)1

Summary

⚡ 5 improvements
✅ 55 untouched
⏩ 13 skipped2

Benchmarks breakdown

Benchmark BASE HEAD Change
test_run_clang_format_dry_run[args0-1] 927 µs 798.8 µs +16.05%
test_run_clang_format_invalid[args0-1] 931.2 µs 800.8 µs +16.28%
test_run_clang_format_valid[args0-expected_retval0] 1,122.7 µs 972.4 µs +15.46%
test_run_clang_format_verbose 1,098.9 µs 973.3 µs +12.9%
test_run_clang_format_verbose_error 1,026.4 µs 902.1 µs +13.79%

Footnotes

  1. No successful run was found on main (b7cddf7) during the generation of this report, so 0cd05a8 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

  2. 13 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@shenxianpeng shenxianpeng removed the major A major version bump label Nov 24, 2025
@shenxianpeng
Copy link
Collaborator

@copilot use specific tag v6.0.0 instead of v6 in action comments, help me to update accordingly

Copy link
Contributor

Copilot AI commented Nov 24, 2025

@shenxianpeng I've opened a new pull request, #150, to work on those changes. Once the pull request is ready, I'll request review from you.

@shenxianpeng
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@shenxianpeng shenxianpeng force-pushed the dependabot/github_actions/actions-dc381b0ea0 branch from 33c3cc3 to 089ec3f Compare November 24, 2025 07:31
@shenxianpeng
Copy link
Collaborator

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 0fed398.
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-dc381b0ea0 branch from 089ec3f to fed8eb0 Compare November 24, 2025 07:44
@sonarqubecloud
Copy link

@shenxianpeng shenxianpeng merged commit 99a4eec into main Nov 24, 2025
18 checks passed
@shenxianpeng shenxianpeng deleted the dependabot/github_actions/actions-dc381b0ea0 branch November 24, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants